
Run the filter program by itself.
> filter.exe
Run it in a pipe with itself.
> filter.exe | filter.exe
Run the file ReadMe.txt into the filters.
> filter.exe < ReadMe.txt | filter.exe

Then un-comment the call to fflush()
in the source file filter.c. Rerun
the three experiments.
